Don't mess with *temp*.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Jan 2011 22:36:12 +0000 (17:36 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Jan 2011 22:36:12 +0000 (17:36 -0500)
commit9f4609d0b063c3af18c128012d0b9145e225fac5
tree82136bcda4aaf6e93881d034773ed3b71f891b4e
parent6086661c891fa62f8bc8fd67ea8f8a2786e37612
Don't mess with *temp*.
* lisp/obsolete/spell.el: Move from textmodes/spell.el.
(spell-string):
* lisp/term.el (term-read-input-ring):
* lisp/startup.el (display-startup-echo-area-message):
* lisp/progmodes/antlr-mode.el (antlr-directory-dependencies):
* lisp/gnus/message.el (message-mailer-swallows-blank-line):
* lisp/comint.el (comint-read-input-ring): Use with-temp-buffer.
* lisp/international/mule.el (ctext-pre-write-conversion):
Don't hardcode point-min==1.
* lisp/gnus/mm-util.el (mm-find-buffer-file-coding-system): Don't forget to
kill the temp buffer.
12 files changed:
lisp/ChangeLog
lisp/comint.el
lisp/gnus/ChangeLog
lisp/gnus/message.el
lisp/gnus/mm-util.el
lisp/international/mule.el
lisp/obsolete/spell.el [new file with mode: 0644]
lisp/progmodes/antlr-mode.el
lisp/startup.el
lisp/term.el
lisp/textmodes/spell.el [deleted file]
src/ChangeLog